Fixed typo childen->children
authorMarek Černocký <marek@manet.cz>
Tue, 19 Jan 2016 11:52:58 +0000 (12:52 +0100)
committerMarek Černocký <marek@manet.cz>
Tue, 19 Jan 2016 11:52:58 +0000 (12:52 +0100)
gtk/gtkpopovermenu.c
gtk/gtkstack.c

index 948b5102a672584ee9f7e07bdc730654baf371b8..31d82f05daa2d5a666cc7b8995656482f8d8178b 100644 (file)
@@ -28,7 +28,7 @@
  * @Title: GtkPopoverMenu
  *
  * GtkPopoverMenu is a subclass of #GtkPopover that treats its
- * childen like menus and allows switching between them. It is
+ * children like menus and allows switching between them. It is
  * meant to be used primarily together with #GtkModelButton, but
  * any widget can be used, such as #GtkSpinButton or #GtkScale.
  * In this respect, GtkPopoverMenu is more flexible than popovers
index 38a4c18694ac5dd7d391bb88ad016766ae636e21..f7654090ee52b76c653cdfcaedf3937b864f7b66 100644 (file)
@@ -1692,7 +1692,7 @@ gtk_stack_set_interpolate_size (GtkStack *stack,
  * @stack: A #GtkStack
  *
  * Returns wether the #GtkStack is set up to interpolate between
- * the sizes of childen on page switch.
+ * the sizes of children on page switch.
  *
  * Returns: %TRUE if child sizes are interpolated
  *